object frmScanning: TfrmScanning Left = 299 Top = 235 Width = 708 Height = 469 Caption = 'frmScanning' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object pnMain: TPanel Left = 0 Top = 0 Width = 700 Height = 437 Align = alClient BevelOuter = bvNone Caption = 'pnMain' TabOrder = 0 object pnBackGround: TAxBackgroundPanel Left = 0 Top = 0 Width = 700 Height = 437 Color = clWhite Align = alClient ParentColor = False TabOrder = 0 DesignSize = ( 700 437) object lblTitle: TAxSmoothLabel Left = 40 Top = 24 Width = 473 Height = 25 Quality = smMMXSmoothing4x AutoSize = False Caption = 'Step 1. Performing system checkup' Font.Charset = DEFAULT_CHARSET Font.Color = 10040064 Font.Height = -16 Font.Name = 'Verdana' Font.Style = [] ParentFont = False end object lblSubTitle: TLabel Left = 40 Top = 64 Width = 620 Height = 49 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Please wait while the program is checking your system for proble' + 'ms. You can stop the process if you wish by clicking the Stop bu' + 'tton below.' WordWrap = True end object Shape1: TShape Left = 40 Top = 119 Width = 620 Height = 1 Anchors = [akLeft, akTop, akRight] Pen.Color = 7036718 end object lvScan: TListView Left = 40 Top = 120 Width = 620 Height = 313 Anchors = [akLeft, akTop, akRight, akBottom] BorderStyle = bsNone Columns = < item Caption = 'Check up sections' Width = 580 end> ColumnClick = False ReadOnly = True RowSelect = True SmallImages = ilFake TabOrder = 0 ViewStyle = vsReport OnAdvancedCustomDrawItem = lvScanAdvancedCustomDrawItem OnMouseDown = lvScanMouseDown OnMouseMove = lvScanMouseMove OnMouseUp = lvScanMouseUp end end end object ilFake: TImageList Height = 51 Left = 600 Top = 16 end object tmRefresh: TTimer Enabled = False Interval = 100 OnTimer = tmRefreshTimer Left = 568 Top = 16 end end